home *** CD-ROM | disk | FTP | other *** search
- Path: news.bs.tpl.net!news
- From: Dieter Lⁿcking <luecking@braunschweig.netsurf.de>
- Newsgroups: comp.lang.c,comp.lang.c++,comp.unix.programmer
- Subject: Re: itoa() in C for unix >>>
- Date: Mon, 15 Apr 1996 22:36:33 +0200
- Organization: IRD InterNet Services GmbH
- Message-ID: <3172B351.1776@braunschweig.netsurf.de>
- References: <1996Apr12.121207@topaz> <DpwpuM.Iop@ceco.ceco.com>
- NNTP-Posting-Host: plueckin.braunschweig.netsurf.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (Win95; I)
-
- > >Does anyone have or know of where I may obtain a itoa()
- > >integer to string function in C/C++; my Linux box
- > >doesn't have one and I could use it right now.
- >
- > Two solutions: use sprintf, or else look in Kernighan & Ritchie, where
- > they give an itoa() function as an exercise.
-
- Notice: itoa() is NOT ANSI, however _itoa() is ANSI. Thus look for _itoa().
-
- Isn't it a foolish name: _itoa()
- Dieter
-
-